Generate Faces
Face Generation
Introduction
In this project, you'll use generative adversarial networks to generate new images of faces.
Getting the project files
The project files can be found in our public GitHub repo, in the project-face-generation folder.
You can download the files from there, but it's better to clone the repository to your computer. This way you can stay up to date with any changes we make by pulling the changes to your local repository with git pull.
Submission
- Ensure you've passed all the unit tests in the notebook.
- Ensure you pass all points on the rubric.
- When you're done with the project, please save the notebook as an HTML file. You can do this by going to the File menu in the notebook and choosing "Download as" > HTML. ** Ensure you submit both the Jupyter Notebook and its HTML version together. **
- Package the "dlnd_face_generation.ipynb", "problem_unittests.py", and the HTML file into a zip archive, or push the files from your GitHub repo.
- Hit Submit Project below!
Project Submission Checklist
Before submitting your project, please review and confirm the following items.
I am confident all rubric items have been met and my project will pass as submitted.
Project builds correctly without errors and runs.
All required functionality exists and my project behaves as expected per the project's specifications.
Once you have checked all these items, you are ready to submit!